@charset "utf-8";
/* CSS Document */

/* lyBanner start */
.lyBanner {
  width: 100%;
  height: 700px;
  position: relative;
}

.lyBa_swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.lyBa_swiper .swiper-container {
  width: 100%;
  height: 100%;
}

.lyBa_swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyBa_swiper .swiper-slide img {
  display: block;
  width: 1920px;
  height: 700px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.lyBa_swiper .swiper-container .swiper-pagination {
  height: 24px;
  padding: 0;
  bottom: 20px;
}

.lyBa_swiper .swiper-container .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  margin: 0 2px !important;
  padding: 7px;
  opacity: 1;
  background: none;
  border: 1px solid rgba(204, 14, 16, 0);
}

.lyBa_swiper .swiper-container .swiper-pagination-bullet::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
  border-radius: 50%;
}

.lyBa_swiper .swiper-container .swiper-pagination-bullet-active {
  border: 1px solid rgba(204, 14, 16, 1);
}

.lyBa_swiper .swiper-container .swiper-pagination-bullet-active::after {
  background-color: #cc0e10;
}


.lyBa_swiper .swiper-container .swiper-button-prev,
.lyBa_swiper .swiper-container .swiper-button-next {
  width: 48px;
  height: 48px;
  padding: 14px;
  border-radius: 50%;
  background: #cc0e10;
  position: absolute;
  z-index: 2;
}

.lyBa_swiper .swiper-container .swiper-button-prev {
  left: 40px;
}

.lyBa_swiper .swiper-container .swiper-button-next {
  right: 90px;
}

.lyBa_swiper .swiper-container .swiper-button-prev svg,
.lyBa_swiper .swiper-container .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyBa_swiper .swiper-container .swiper-button-prev svg path,
.lyBa_swiper .swiper-container .swiper-button-next svg path {
  fill: #ffffff;
}

/* lyBanner end */


/* lyProRec start */
.lyProRec {
  overflow: hidden;
  padding: 100px 0;
  background: url(../images/proRecBg.png) center center no-repeat;
  background-size: cover;
}

.lyProRec .lyProRec_main {
  margin: 0 auto;
}


.lyProRec_main .lyProRec_list {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height:300px;
}

.lyProRec_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -16px;
}

.lyProRec_list ul li {
  width: 25%;
  padding: 0 16px;
}

.lyProRec_list ul li .lyProRec_con {
  width: 100%;
}

.lyProRec_list ul li .lyProRec_con .lyProRec_img {
  width: 260px;
  height: 260px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
  border: 4px solid #f4f4f4;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.lyProRec_list ul li .lyProRec_con .lyProRec_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyProRec_list ul li .lyProRec_con .lyProRec_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyProRec_list ul li .lyProRec_con:hover .lyProRec_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyProRec_list ul li .lyProRec_con .lyProRec_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: -160px;
  padding: 180px 32px 40px;
  background: url(../images/proBg01.png) center top no-repeat;
  background-size: 100% 100%;
}

.lyProRec_list ul li .lyProRec_con:hover .lyProRec_text {
  background: url(../images/proBg02.png) center top no-repeat;
  background-size: 100% 100%;
}

.lyProRec_list ul li .lyProRec_con .lyProRec_text a.lyProRec_name {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #cc0e10;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyProRec_list ul li .lyProRec_con:hover .lyProRec_text a.lyProRec_name {
  color: #fff;
  text-decoration: underline;
}

.lyProRec_list ul li .lyProRec_con .lyProRec_text p {
  height: 60px;
  overflow: hidden;
  line-height: 30px;
  color: rgba(255, 255, 255, .45);
  font-size: 16px;
  margin-top: 10px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lyProRec_list ul li .lyProRec_con:hover .lyProRec_text p {
  color: rgba(255, 255, 255, .5);
}

.lyProRec_list ul li .lyProRec_con .lyProRec_text a.lyProRec_btn {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  margin: 40px auto 0;
  border-radius: 50%;
  background-color: #cc0e10;
}

.lyProRec_list ul li .lyProRec_con:hover .lyProRec_text a.lyProRec_btn {
  background-color: #fff;
}

.lyProRec_list ul li .lyProRec_con .lyProRec_text a.lyProRec_btn i {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 8px;
}

.lyProRec_list ul li .lyProRec_con .lyProRec_text a.lyProRec_btn i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyProRec_list ul li .lyProRec_con .lyProRec_text a.lyProRec_btn i svg path {
  fill: #ffffff;
}

.lyProRec_list ul li .lyProRec_con:hover .lyProRec_text a.lyProRec_btn i svg path {
  fill: #cc0e10;
}

/* lyProRec end */


/* lyAbout start */
.lyAbout {
  padding: 80px 0;
  background: url(../images/aboutBg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.lyAbout::before {
  content: '';
  display: block;
  width: 380px;
  height: calc(100% + 64px);
  overflow: hidden;
  background: url(../images/xs.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 32px 0 0 32px;
  position: absolute;
  top: -32px;
  right: 0;
}

.lyAbout .lyAbout_main {
  display: flex;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.lyAbout_main .lyAbout_left {
  width: 50%;
  padding-right: 50px;
}

.lyAbout_left .lyAbout_con {
  height: auto;
  max-height: 216px;
  overflow: hidden;
  line-height: 36px;
  color: rgba(255, 255, 255, .45);
  font-size: 16px;
  text-align: justify;
  margin-bottom: 50px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.lyAbout_main a.lyAbout_btn {
  display: block;
  width: 178px;
  height: 48px;
  overflow: hidden;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 24px;
  border: 1px solid #fff;
  background-color: rgba(204, 14, 16, 0);
}

.lyAbout_main a.lyAbout_btn:hover {
  border: 1px solid #cc0e10;
  background-color: #cc0e10;
}

.lyAbout_main a.lyAbout_btn i {
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  vertical-align: middle;
  margin: -4px 0 0 20px;
}

.lyAbout_main a.lyAbout_btn i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyAbout_main a.lyAbout_btn i svg path {
  fill: #ffffff;
}

.lyAbout_main .lyAbout_right {
  width: 50%;
  padding: 0 30px 0 50px;
}

.lyAbout_right .lyAbout_img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  position: relative;
}

.lyAbout_right .lyAbout_img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .25);
  position: absolute;
  right: -10px;
  bottom: -10px;
}

.lyAbout_img a {
  display: block;
  width: 100%;
  height: 340px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.lyAbout_img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyAbout_img a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyAbout_right dl dd {
  float: left;
}

.lyAbout_right dl dd:first-child {
  margin-right: 50px;
}

.lyAbout_right dl dd i {
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  padding: 12px;
  border-radius: 50%;
  background-color: #cc0e10;
}

.lyAbout_right dl dd i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyAbout_right dl dd i svg path {
  fill: #ffffff;
}

.lyAbout_right dl dd p {
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}

/* lyAbout end */


/* lyProducts start */
.lyProducts {
  overflow: hidden;
  margin: 100px auto 70px;
}

.lyProducts .lyProducts_main {
  margin: 0 auto;
}

.lyProducts_menu {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
  background-color: #222;
  position: relative;
}

.lyProducts_menu .lyProMenu_title {
  height: 64px;
  line-height: 64px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  padding-left: 20px;
  background-color: #cc0e10;
  border-right: 8px solid #fff;
  float: left;
  position: relative;
}

.lyProMenu_title i {
  display: block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  margin: 19px 10px 19px 0;
  float: left;
}

.lyProMenu_title i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyProMenu_title i svg path {
  fill: #ffffff;
}

.lyProMenu_title::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-left: 24px solid #fff;
  border-right: 0 solid transparent;
  border-bottom: 32px solid transparent;
  position: absolute;
  top: 0;
  right: -32px;
}

.lyProMenu_title::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-left: 24px solid #cc0e10;
  border-right: 0 solid transparent;
  border-bottom: 32px solid transparent;
  position: absolute;
  top: 0;
  right: -24px;
}

.lyProducts_menu .lyProMenu_list {
  width: calc(100% - 360px);
  height: 40px;
  overflow: hidden;
  margin: 12px 0;
  padding-left: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

.lyProMenu_list a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: rgba(255, 255, 255, .65);
  font-size: 18px;
  padding: 0 12px;
  position: relative;
}

.lyProMenu_list a::after {
  content: '';
  display: block;
  width: 2px;
  height: 18px;
  margin-top: -9px;
  background-color: rgba(255, 255, 255, .65);
  transform: skewX(-20deg);
  position: absolute;
  top: 50%;
  right: -3px;
}

.lyProMenu_list a:hover {
  color: #cc0e10;
  font-weight: bold;
}

.lyProducts_menu .lyProMenu_more {
  padding: 14px 20px;
  float: right;
}

.lyProMenu_more a {
  display: block;
  width: 136px;
  height: 36px;
  overflow: hidden;
  line-height: 34px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid #fff;
  background-color: rgba(204, 14, 16, 0);
}

.lyProMenu_more a:hover {
  border: 1px solid #cc0e10;
  background-color: #cc0e10;
}

.lyProMenu_more a i {
  display: inline-block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  vertical-align: middle;
  margin: -4px 0 0 12px;
}

.lyProMenu_more a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyProMenu_more a i svg path {
  fill: #ffffff;
}

.lyProducts_list{ min-height:400px;}

.lyProducts_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 -15px;
}

.lyProducts_list ul li {
  width: 25%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.lyProducts_list ul li .lyProducts_con {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  position: relative;
}

.lyProducts_list ul li:hover .lyProducts_con {
  border: 1px solid #cc0e10;
  border-bottom: 0;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_img {
  width: 100%;
  height: 250px;
  margin: 0 auto;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyProducts_list ul li:hover .lyProducts_con .lyProducts_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text {
  margin: 0 auto;
  padding: 20px 30px;
  position: relative;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text::before {
  content: '';
  display: block;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  left: 30px;
  top: 0;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text a.lyProducts_name {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyProducts_list ul li:hover .lyProducts_con .lyProducts_text a.lyProducts_name {
  color: #cc0e10;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text p {
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #999;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text p i {
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text p i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text p i svg path {
  fill: #999999;
}


.lyProducts_list ul li a.lyProducts_btn {
  display: block;
  width: 100%;
  height: 58px;
  overflow: hidden;
  line-height: 58px;
  color: #fff;
  font-size: 16px;
  padding: 0 30px;
  background-color: #626262;
}

.lyProducts_list ul li:hover a.lyProducts_btn {
  background-color: #cc0e10;
}

.lyProducts_list ul li a.lyProducts_btn i {
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  vertical-align: middle;
  margin: -4px 0 0 15px;
}

.lyProducts_list ul li a.lyProducts_btn i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyProducts_list ul li a.lyProducts_btn i svg path {
  fill: #ffffff;
}

/* lyProducts end */


/* lyArticles start */
.lyArticles {
  padding: 80px 0;
  background: url(../images/articleBg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.lyArticles::before {
  content: '';
  display: block;
  width: 380px;
  height: calc(100% + 64px);
  overflow: hidden;
  background: url(../images/xs.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 32px 0 0 32px;
  transform: scaleX(-1);
  position: absolute;
  top: -32px;
  left: 0;
}

.lyArticles .lyArticles_main {
  margin: 0 auto;
  position: relative;
}

.lyArticles_swiper .swiper-container {
  padding: 10px 0 80px;
  min-height:200px;
}

.lyArticles_swiper .swiper-container::after {
  content: '';
  display: block;
  width: calc(100% - 320px);
  height: 1px;
  background-color: rgba(255, 255, 255, .25);
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.lyArticles_swiper .lyArticles_con {
  padding: 50px 30px 30px;
  background-color: #fff;
  position: relative;
}

.lyArticles_swiper .lyArticles_con:hover {
  background-color: #cc0e10;
}

.lyArticles_swiper .lyArticles_con span.lyArticles_time {
  display: block;
  width: 165px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #cc0e10;
  position: absolute;
  left: 30px;
  top: -10px;
}

.lyArticles_swiper .lyArticles_con:hover span.lyArticles_time {
  background-color: #dc5759;
}

.lyArticles_swiper .lyArticles_con a.lyArticles_name {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyArticles_swiper .lyArticles_con:hover a.lyArticles_name {
  color: #fff;
}

.lyArticles_swiper .lyArticles_con .lyArticles_ms {
  margin-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.lyArticles_swiper .lyArticles_con:hover .lyArticles_ms {
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.lyArticles_swiper .lyArticles_con .lyArticles_ms p {
  height: 56px;
  overflow: hidden;
  line-height: 28px;
  color: #999;
  font-size: 16px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lyArticles_swiper .lyArticles_con:hover .lyArticles_ms p {
  color: rgba(255, 255, 255, .45);
}


.lyArticles_swiper .lyArticles_con a.lyArticles_more {
  display: block;
  width: 136px;
  height: 36px;
  overflow: hidden;
  line-height: 34px;
  color: #999;
  font-size: 15px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid #999;
  background-color: rgba(204, 14, 16, 0);
  margin-top: 30px;
}

.lyArticles_swiper .lyArticles_con:hover a.lyArticles_more {
  color: #fff;
  border: 1px solid #fff;
}

.lyArticles_swiper .lyArticles_con a.lyArticles_more i {
  display: inline-block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 0 0 12px;
}

.lyArticles_swiper .lyArticles_con a.lyArticles_more i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyArticles_swiper .lyArticles_con a.lyArticles_more i svg path {
  fill: #999999;
}

.lyArticles_swiper .lyArticles_con:hover a.lyArticles_more i svg path {
  fill: #ffffff;
}


.lyArticles_swiper .swiper-container .swiper-button-prev,
.lyArticles_swiper .swiper-container .swiper-button-next {
  width: 38px;
  height: 38px;
  padding: 11px;
  border-radius: 50%;
  margin: 0;
  background: rgba(255, 255, 255, .25);
  position: absolute;
  bottom: 0;
  top: inherit;
  left: inherit;
  z-index: 2;
}

.lyArticles_swiper .swiper-container .swiper-button-prev:hover,
.lyArticles_swiper .swiper-container .swiper-button-next:hover {
  background: #cc0e10;
}

.lyArticles_swiper .swiper-container .swiper-button-prev {
  right: 64px;
}

.lyArticles_swiper .swiper-container .swiper-button-next {
  right: 0;
}

.lyArticles_swiper .swiper-container .swiper-button-prev svg,
.lyArticles_swiper .swiper-container .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyArticles_swiper .swiper-container .swiper-button-prev svg path,
.lyArticles_swiper .swiper-container .swiper-button-next svg path {
  fill: #ffffff;
}

/* lyArticles end */


/* lyPartner start */
.lyPartner {
  margin: 100px auto 80px;
}

.lyPartner .lyPartner_swiper {
  padding: 0 75px;
  position: relative;
}

.lyPartner_swiper .swiper-container {
  margin: -20px auto;
  padding: 20px 0;
}

.lyPartner_swiper .swiper-container .swiper-slide {
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 0 rgba(0, 0, 0, .1);
  border-radius: 0;
  position: relative;
}

.lyPartner_swiper .swiper-container .swiper-slide:hover {
  border: 1px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.lyPartner_swiper .swiper-container .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyPartner_swiper .swiper-button-prev,
.lyPartner_swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  padding: 15px;
  border-radius: 50%;
  background: #ddd;
  position: absolute;
  z-index: 2;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
}

.lyPartner_swiper .swiper-button-prev:hover,
.lyPartner_swiper .swiper-button-next:hover {
  background: #cc0e10;
}

.lyPartner_swiper .swiper-button-prev {
  left: -25px;
}

.lyPartner_swiper .swiper-button-next {
  right: -25px;
}

.lyPartner_swiper .swiper-button-prev svg,
.lyPartner_swiper .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyPartner_swiper .swiper-button-prev svg path,
.lyPartner_swiper .swiper-button-next svg path {
  fill: #ffffff;
}

.lyPartner_swiper .swiper-button-prev:hover svg path,
.lyPartner_swiper .swiper-button-next:hover svg path {
  fill: #ffffff;
}

/* lyPartner end */